5e7c2d6cef
GitOrigin-RevId: f99e5f03cc0aa231ab5950a15ed02afec45ed51a
10 lines
364 B
Diff
10 lines
364 B
Diff
diff --git a/flux/src/lib.rs b/flux/src/lib.rs
|
|
index 3fdf4071..a4c02277 100644
|
|
--- a/flux/src/lib.rs
|
|
+++ b/flux/src/lib.rs
|
|
@@ -1,5 +1,3 @@
|
|
-#![cfg_attr(feature = "strict", deny(warnings, missing_docs))]
|
|
-
|
|
//! This module provides the public facing API for Flux's Go runtime, including formatting,
|
|
//! parsing, and standard library analysis.
|
|
use std::sync::Arc;
|