Skip to content

Commit

Permalink
chore: Suppress nightly rustdoc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwes committed Jun 4, 2024
1 parent 18b8041 commit 2934194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Language Server Protocol types for Rust.
Based on: <https://microsoft.github.io/language-server-protocol/specification>
*/
#![allow(non_upper_case_globals)]
#![allow(non_upper_case_globals, rustdoc::invalid_codeblock_attributes)]
#![forbid(unsafe_code)]
#[macro_use]
extern crate bitflags;
Expand Down

0 comments on commit 2934194

Please sign in to comment.