Skip to content

Commit

Permalink
fixes required by careful
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Mar 28, 2024
1 parent 5bda07f commit c442f2f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- run: cargo install rustfilt coverage-prepare cargo-careful
# if: steps.cache-rust.outputs.cache-hit != 'true'
if: steps.cache-rust.outputs.cache-hit != 'true'

- run: rustup component add llvm-tools-preview

Expand Down
1 change: 0 additions & 1 deletion src/lazy_index_map.rs
@@ -1,5 +1,4 @@
use std::borrow::{Borrow, Cow};
use std::cmp::{Eq, PartialEq};
use std::fmt;
use std::hash::Hash;
use std::slice::Iter as SliceIter;
Expand Down
1 change: 0 additions & 1 deletion tests/python.rs
@@ -1,6 +1,5 @@
use pyo3::prelude::*;
use pyo3::types::{PyDict, PyList, PyString};
use pyo3::ToPyObject;

use jiter::{cache_clear, cache_usage, map_json_error, python_parse, JsonValue, StringCacheMode};

Expand Down

0 comments on commit c442f2f

Please sign in to comment.