Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
rust
/
crates
/
syn
/
18c754c5510a7588a6c0e617c95ea4abee0c9353
/
.
/
src
/
export.rs
blob: cceed1496b50a0def37aa66e64c7141c70ef0e13 [
file
] [
log
] [
blame
]
David Tolnay
18c754c
2018-08-21 23:26:58 -0400
[
diff
] [
blame^
]
1
pub
use
std
::
result
::
Result
::{
Err
,
Ok
};
2
3
#[
cfg
(
feature
=
"proc-macro"
)]
4
pub
use
proc_macro
::
TokenStream
;