Skip to content

Commit 2934194

Browse files
committed
chore: Suppress nightly rustdoc warning
1 parent 18b8041 commit 2934194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Language Server Protocol types for Rust.
55
Based on: <https://microsoft.github.io/language-server-protocol/specification>
66
77
*/
8-
#![allow(non_upper_case_globals)]
8+
#![allow(non_upper_case_globals, rustdoc::invalid_codeblock_attributes)]
99
#![forbid(unsafe_code)]
1010
#[macro_use]
1111
extern crate bitflags;

0 commit comments

Comments
 (0)