Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/smol_str/Cargo.toml')
-rw-r--r--lib/smol_str/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/smol_str/Cargo.toml b/lib/smol_str/Cargo.toml
index 4752a84ed4..814781f05a 100644
--- a/lib/smol_str/Cargo.toml
+++ b/lib/smol_str/Cargo.toml
@@ -3,7 +3,7 @@ name = "smol_str"
version = "0.3.4"
description = "small-string optimized string type with O(1) clone"
license = "MIT OR Apache-2.0"
-repository = "https://github.com/rust-analyzer/smol_str"
+repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/smol_str"
authors = ["Aleksey Kladov <[email protected]>", "Lukas Wirth <[email protected]>"]
edition = "2021"
rust-version = "1.89"
@@ -35,3 +35,6 @@ harness = false
[profile.bench]
lto = "fat"
+
+[lints]
+workspace = true