| commit | cb07a846cdf2b904c13fb60da140649f5a04a326 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Fri Apr 16 16:08:52 2021 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Fri Apr 16 16:08:55 2021 -0700 |
| tree | 5e31122447572966ab21b1cc1ec3b1de455ec22e | |
| parent | 9b5463047295fd2e5d09e2d677e36fa05d08bc8c [diff] [blame] |
deny(missing_docs) at crate root To help flag missing documentation on publicly accessible APIs.
diff --git a/src/cxx_string.rs b/src/cxx_string.rs index dce7053..126acb1 100644 --- a/src/cxx_string.rs +++ b/src/cxx_string.rs
@@ -213,6 +213,7 @@ space: MaybeUninit<[usize; 8]>, } +#[allow(missing_docs)] impl StackString { pub fn new() -> Self { StackString {