Skip to content

Commit fae5016

Browse files
Finishing touches
1 parent f7c958c commit fae5016

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ repository = "slightlyoutofphase/staticvec"
2020

2121
[package.metadata.docs.rs]
2222
features = ["std", "serde"]
23-
rustdoc-args = ["--cfg","docs_rs"]
2423

2524
[profile.release]
2625
opt-level = 3

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)