Skip to content

Commit

Permalink
Deny missing documentation in fj
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Mar 29, 2022
1 parent 335598f commit 7b2656f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fj/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
//!
//! [Fornjot repository]: https://github.com/hannobraun/Fornjot
#![deny(missing_docs)]

pub mod syntax;

mod shape_2d;
Expand Down

0 comments on commit 7b2656f

Please sign in to comment.