Skip to content

Commit

Permalink
Require API docs for all public API surfaces (#51)
Browse files Browse the repository at this point in the history
Related: Generate crate-level docs from README.
  • Loading branch information
scouten-adobe authored Jul 6, 2022
1 parent 39e1e5b commit 8bf43d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
// each license.

#![deny(warnings)]
#![deny(missing_docs)]
#![doc = include_str!("../README.md")]

mod ffi;

Expand Down

0 comments on commit 8bf43d1

Please sign in to comment.