We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b8041 commit 2934194Copy full SHA for 2934194
src/lib.rs
@@ -5,7 +5,7 @@ Language Server Protocol types for Rust.
5
Based on: <https://microsoft.github.io/language-server-protocol/specification>
6
7
*/
8
-#![allow(non_upper_case_globals)]
+#![allow(non_upper_case_globals, rustdoc::invalid_codeblock_attributes)]
9
#![forbid(unsafe_code)]
10
#[macro_use]
11
extern crate bitflags;
0 commit comments