Skip to content

Commit

Permalink
Allow deprecation warnings for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Nov 16, 2024
1 parent ced4a70 commit bdcbf35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#![deny(missing_docs)]
#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/README.md"))]
// Until we drop support for PyO3 0.22
#![allow(deprecated)]

use lazy_regex::{regex_captures, regex_replace};
use std::cmp::Ordering;
Expand Down

0 comments on commit bdcbf35

Please sign in to comment.