We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e89f4 commit fe90d7aCopy full SHA for fe90d7a
src/validators/literal.rs
@@ -74,7 +74,6 @@ impl<T: Clone + Debug> LiteralLookup<T> {
74
py: Python<'data>,
75
input: &'data I,
76
) -> ValResult<'data, Option<(&'data I, &T)>> {
77
- // dbg!(input.to_object(py).as_ref(py).repr().unwrap());
78
if let Some(expected_ints) = &self.expected_int {
79
if let Ok(either_int) = input.strict_int() {
80
let int = either_int.into_i64(py)?;
0 commit comments