Skip to content

Commit 72fff9a

Browse files
committed
tink-proto: remove warning suppression
The rustdoc::bare_urls warning is only available in Rust >= 1.53, so building with earlier Rust versions complains that the lint is unrecognized.
1 parent 58f0988 commit 72fff9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

proto/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
//! Protocol buffer message definitions for Tink.
1818
1919
#![deny(broken_intra_doc_links)]
20-
#![allow(rustdoc::bare_urls)]
2120

2221
#[cfg(not(feature = "json"))]
2322
include!("codegen/google.crypto.tink.rs");

0 commit comments

Comments
 (0)