We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71c1f5 commit 121d3a9Copy full SHA for 121d3a9
src/lib.rs
@@ -16,7 +16,7 @@
16
* with this program. If not, see <https://www.gnu.org/licenses/>.
17
*/
18
19
-#![deny(warnings)]
+#![warn(warnings)]
20
21
//! libpathrs provides a series of primitives for Linux programs to safely
22
//! handle path operations inside an untrusted directory tree.
0 commit comments