Skip to content

Commit

Permalink
Remove html_root_url usage.
Browse files Browse the repository at this point in the history
rust-lang/api-guidelines#229 suggests it's not
necessary.
  • Loading branch information
nnethercote committed Dec 8, 2020
1 parent ccde522 commit 1c1840c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dhat"
version = "0.1.0" # remember to update html_root_url
version = "0.1.0"
authors = ["Nicholas Nethercote <nnethercote@mozilla.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@
//! frame may be a function within `alloc::alloc`, a function within this
//! crate, or a global allocation function like `__rg_alloc`.

#![doc(html_root_url = "https://docs.rs/dhat/0.1.0")]

use backtrace::SymbolName;
use fxhash::FxHashMap;
use lazy_static::lazy_static;
Expand Down

0 comments on commit 1c1840c

Please sign in to comment.