Skip to content

Commit

Permalink
build_traits.rs: allow missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
acl-cqc committed Jul 24, 2023
1 parent 65e02f1 commit e8c0d81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/builder/build_traits.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(missing_docs)]
use crate::hugr::validate::InterGraphEdgeError;
use crate::hugr::view::HugrView;
use crate::hugr::{Node, NodeMetadata, Port, ValidationError};
Expand Down

0 comments on commit e8c0d81

Please sign in to comment.