We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2c13df + 978213d commit b0bf973Copy full SHA for b0bf973
src/tools/rust-analyzer/lib/smol_str/src/lib.rs
@@ -29,6 +29,8 @@ use core::{
29
/// languages. Strings consisting of a series of newlines, followed by a series of
30
/// whitespace are a typical pattern in computer programs because of indentation.
31
/// Note that a specialized interner might be a better solution for some use cases.
32
+///
33
+/// `WS`: A string of 32 newlines followed by 128 spaces.
34
#[derive(Clone)]
35
pub struct SmolStr(Repr);
36
0 commit comments