Skip to content

Commit 7e76690

Browse files
committed
Document MSRV
1 parent a5fc8a0 commit 7e76690

File tree

1 file changed

+6
-0
lines changed
  • src/tools/rust-analyzer/lib/smol_str

1 file changed

+6
-0
lines changed

src/tools/rust-analyzer/lib/smol_str/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ Unlike `String`, however, `SmolStr` is immutable. The primary use case for
2020
languages. Strings consisting of a series of newlines, followed by a series of
2121
whitespace are a typical pattern in computer programs because of indentation.
2222
Note that a specialized interner might be a better solution for some use cases.
23+
24+
## MSRV Policy
25+
26+
Minimal Supported Rust Version: latest stable.
27+
28+
Bumping MSRV is not considered a semver-breaking change.

0 commit comments

Comments
 (0)