Skip to content

Commit 121d3a9

Browse files
committed
*: #[deny(warnings)] was a mistake
Signed-off-by: Aleksa Sarai <[email protected]>
1 parent c71c1f5 commit 121d3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* with this program. If not, see <https://www.gnu.org/licenses/>.
1717
*/
1818

19-
#![deny(warnings)]
19+
#![warn(warnings)]
2020

2121
//! libpathrs provides a series of primitives for Linux programs to safely
2222
//! handle path operations inside an untrusted directory tree.

0 commit comments

Comments
 (0)