Skip to content

Commit

Permalink
Merge pull request #52 from Luro02/silence_warnings
Browse files Browse the repository at this point in the history
Silence unused doc warnings
  • Loading branch information
myrrlyn committed Apr 18, 2021
2 parents afae2fb + 517afce commit c26f1c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lexical-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@
//! [`set_inf_string`]: fn.set_inf_string.html
//! [`set_infinity_string`]: fn.set_infinity_string.html

// silence warnings for unused doc comments
#![allow(unused_doc_comments)]

// FEATURES

// Require intrinsics in a no_std context.
Expand Down

0 comments on commit c26f1c1

Please sign in to comment.