Skip to content

Commit 12dbdeb

Browse files
author
B Vadlamani
committed
undo_ignore_rustsec_cargo_audit
1 parent 3b893ed commit 12dbdeb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
- name: Run audit check
4949
# Note: you can ignore specific RUSTSEC issues using the `--ignore` flag ,for example:
5050
# run: cargo audit --ignore RUSTSEC-2026-0001
51-
run: cargo audit --ignore RUSTSEC-2024-0436 --ignore RUSTSEC-2024-0014
51+
run: cargo audit --ignore RUSTSEC-2024-0014

datafusion/common/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ macro_rules! make_error {
915915
/// Macro wraps `$ERR` to add backtrace feature
916916
#[macro_export]
917917
macro_rules! $NAME_DF_ERR {
918-
($d($d args:expr),* $d(; diagnostic=$d DIAG:expr)?) => {{
918+
($d($d args:expr),* $d(; diagnostic = $d DIAG:expr)?) => {{
919919
let err = $crate::DataFusionError::$ERR(
920920
::std::format!(
921921
"{}{}",

0 commit comments

Comments
 (0)