Kaynağa Gözat

percent_encoding: use regular crate layout

Dirkjan Ochtman 6 yıl önce
ebeveyn
işleme
6198d3f2e9
2 değiştirilmiş dosya ile 0 ekleme ve 4 silme
  1. 0 4
      percent_encoding/Cargo.toml
  2. 0 0
      percent_encoding/src/lib.rs

+ 0 - 4
percent_encoding/Cargo.toml

@@ -7,10 +7,6 @@ repository = "https://github.com/servo/rust-url/"
 license = "MIT/Apache-2.0"
 license = "MIT/Apache-2.0"
 edition = "2018"
 edition = "2018"
 
 
-[lib]
-test = false
-path = "lib.rs"
-
 [features]
 [features]
 default = ["std"]
 default = ["std"]
 std = []
 std = []

+ 0 - 0
percent_encoding/lib.rs → percent_encoding/src/lib.rs