Remove `no_inline` from `Spanned` import

master
Stu 2020-11-13 20:42:06 +01:00 committed by GitHub
parent 9a94610872
commit 926c45c022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -171,7 +171,6 @@ mod tokens;
pub mod macros;
mod spanned;
#[doc(no_inline)]
pub use crate::spanned::Spanned;
// Just for rustdoc