Remove doc URLs (#498)

This commit is contained in:
Taiki Endo
2021-08-07 02:06:57 +09:00
committed by GitHub
parent baaf12d22a
commit f34dc5c3f9
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -3,7 +3,6 @@
no_crate_inject,
attr(deny(warnings, rust_2018_idioms), allow(dead_code, unused_variables))
))]
#![doc(html_root_url = "https://docs.rs/bytes/1.0.1")]
#![no_std]
//! Provides abstractions for working with bytes.