Skip to content

Commit

Permalink
fix(html_root_url): 在 docs.rs 上的文档不需要这个属性
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Feb 21, 2023
1 parent d6519b6 commit fc25382
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 27 deletions.
19 changes: 0 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ features = ["fast-gb-hanzi-encode"]
[dev-dependencies]
# backtrace 是在 cargo test 无法并行的情况下 用于产生 test name (从而产生 snapshot name )
insta = "1"
version-sync = {version = "0.9", default-features = false, features = ["html_root_url_updated"]}
csv = "1"

[profile.bench]
Expand Down
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#![doc(html_root_url = "https://docs.rs/rustdx/0.4.0")]
#![feature(doc_auto_cfg)]
// #![feature(test)]
// extern crate test;

pub mod bytes_helper;

Expand Down
4 changes: 0 additions & 4 deletions tests/version-sync.rs

This file was deleted.

0 comments on commit fc25382

Please sign in to comment.