diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-30 07:28:21 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-30 11:22:35 +0100 |
commit | baf1477c587fe22d27e94408cf2505d588ba007e (patch) | |
tree | f3e027e3c149cfeb7187a625756ea4b2de47c82a /src/lib.rs | |
parent | 25087cce997abc386f881648dfd39c83dfef7667 (diff) |
add spans feature
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ #![doc = include_str!("../README.md")] #![crate_type = "dylib"] #![cfg_attr(test, deny(warnings))] +#![cfg_attr(docsrs, feature(doc_cfg))] #![allow(unused_parens)] #[macro_use] |