Skip to content

Commit

Permalink
Set html_root_url attribute (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
tspiteri authored Apr 15, 2021
1 parent ff1bf0c commit c2e402b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "typenum"
build = "build/main.rs"
version = "1.13.0"
version = "1.13.0" # remember to update html_root_url
authors = [
"Paho Lurie-Gregg <[email protected]>",
"Andre Bogus <[email protected]>"
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
)
)]
#![cfg_attr(feature = "cargo-clippy", deny(clippy::missing_inline_in_public_items))]
#![doc(html_root_url = "https://docs.rs/typenum/1.13.0")]

// For debugging macros:
// #![feature(trace_macros)]
Expand Down

0 comments on commit c2e402b

Please sign in to comment.