mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2026-01-20 17:15:54 +00:00
Merge pull request rust-analyzer/smol_str#9 from waywardmonkeys/cargo-toml-typo-fix
Fix typo in Cargo.toml.
This commit is contained in:
commit
dc44be50eb
@ -3,7 +3,7 @@ name = "smol_str"
|
||||
version = "0.1.6"
|
||||
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
||||
repository = "https://github.com/matklad/smol_str"
|
||||
description = "small-string optimized stirng type with O(1) clone"
|
||||
description = "small-string optimized string type with O(1) clone"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user