mirror of
https://github.com/astral-sh/ruff
synced 2026-01-08 07:04:28 -05:00
Update Rust crate anyhow to v1.0.100 (#20499)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
@@ -30,7 +30,7 @@ fn generate_inline_tests() -> Result<()> {
|
||||
test_files += install_tests(&tests.err, "crates/ruff_python_parser/resources/inline/err")?;
|
||||
|
||||
if !test_files.is_empty() {
|
||||
anyhow::bail!("{}", test_files);
|
||||
anyhow::bail!("{test_files}");
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user