fix clippy

This commit is contained in:
Guillaume Pinot
2021-09-14 10:43:46 +02:00
parent 942034c4bb
commit 75dc0af2d6
+1
View File
@@ -17,6 +17,7 @@
//! first tutorial in the official documentation of CP SAT:
//!
//! ```
//! # #![allow(clippy::needless_doctest_main)]
//! use cp_sat::builder::CpModelBuilder;
//! use cp_sat::proto::CpSolverStatus;
//!