File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ repository = "slightlyoutofphase/staticvec"
2020
2121[package .metadata .docs .rs ]
2222features = [" std" , " serde" ]
23- rustdoc-args = [" --cfg" ," docs_rs" ]
2423
2524[profile .release ]
2625opt-level = 3
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ pub mod utils;
111111/// A [`Vec`](alloc::vec::Vec)-like struct (mostly directly API-compatible where it can be)
112112/// implemented with const generics around an array of fixed `N` capacity.
113113///
114- /// Please note that while rustdoc does currently correctly render inherent `const fn` method
114+ /// Please note that while ` rustdoc` does currently correctly render inherent `const fn` method
115115/// signatures, the same is not true of `const` trait implementation method signatures, so at this
116116/// time it's recommended that you refer directly to the source code of this crate if unsure of
117117/// whether a given trait has been implemented as `const` in conjunction with the `const_trait_impl`
You can’t perform that action at this time.
0 commit comments