Skip to content

Commit

Permalink
Remove #![doc(html_root_url)].
Browse files Browse the repository at this point in the history
Documentation isn't hosted on briansmith.org anymore.
  • Loading branch information
briansmith committed Oct 7, 2023
1 parent f3273af commit 19c5094
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
// When running mk/package.sh, don't actually build any code.
#![cfg(not(pregenerate_asm_only))]
#![doc(html_root_url = "https://briansmith.org/rustdoc/")]
#![allow(
missing_copy_implementations,
missing_debug_implementations,
Expand Down

0 comments on commit 19c5094

Please sign in to comment.