Skip to content

Commit

Permalink
Merge pull request #368 from eldruin/remove-html-root-url
Browse files Browse the repository at this point in the history
Remove html_root_url
  • Loading branch information
KodrAus committed Jun 27, 2023
2 parents 6ed2e8d + 1672c0d commit 75a85b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
@@ -1,8 +1,6 @@
[package]
name = "bitflags"
# NB: When modifying, also modify:
# 1. html_root_url in lib.rs
# 2. number in readme (for breaking changes)
# NB: When modifying, also modify the number in readme (for breaking changes)
version = "2.3.3"
edition = "2021"
rust-version = "1.56.0"
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Expand Up @@ -423,7 +423,6 @@
#![cfg_attr(not(any(feature = "std", test)), no_std)]
#![cfg_attr(not(test), forbid(unsafe_code))]
#![cfg_attr(test, allow(mixed_script_confusables))]
#![doc(html_root_url = "https://docs.rs/bitflags/2.3.3")]

#[doc(inline)]
pub use traits::{Bits, Flag, Flags};
Expand Down

0 comments on commit 75a85b6

Please sign in to comment.