Skip to content

Commit fc25382

Browse files
committed
fix(html_root_url): 在 docs.rs 上的文档不需要这个属性
rust-lang/api-guidelines#229
1 parent d6519b6 commit fc25382

File tree

4 files changed

+0
-27
lines changed

4 files changed

+0
-27
lines changed

Cargo.lock

-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ features = ["fast-gb-hanzi-encode"]
3333
[dev-dependencies]
3434
# backtrace 是在 cargo test 无法并行的情况下 用于产生 test name (从而产生 snapshot name )
3535
insta = "1"
36-
version-sync = {version = "0.9", default-features = false, features = ["html_root_url_updated"]}
3736
csv = "1"
3837

3938
[profile.bench]

src/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/rustdx/0.4.0")]
21
#![feature(doc_auto_cfg)]
3-
// #![feature(test)]
4-
// extern crate test;
52

63
pub mod bytes_helper;
74

tests/version-sync.rs

-4
This file was deleted.

0 commit comments

Comments
 (0)