Remove #![doc(html_root_url)].

Documentation isn't hosted on briansmith.org anymore.
This commit is contained in:
Brian Smith 2023-10-06 20:43:35 -07:00
parent f3273afc0a
commit 19c5094cd0

View File

@ -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,