Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
rust
/
crates
/
syn
/
0de69f5770f18cadc3c03095c46d0afe80b8424d
/
.
/
src
/
export.rs
blob: cceed1496b50a0def37aa66e64c7141c70ef0e13 [
file
] [
log
] [
blame
]
pub
use
std
::
result
::
Result
::{
Err
,
Ok
};
#[
cfg
(
feature
=
"proc-macro"
)]
pub
use
proc_macro
::
TokenStream
;