We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b893ed commit 12dbdebCopy full SHA for 12dbdeb
2 files changed
.github/workflows/audit.yml
@@ -48,4 +48,4 @@ jobs:
48
- name: Run audit check
49
# Note: you can ignore specific RUSTSEC issues using the `--ignore` flag ,for example:
50
# run: cargo audit --ignore RUSTSEC-2026-0001
51
- run: cargo audit --ignore RUSTSEC-2024-0436 --ignore RUSTSEC-2024-0014
+ run: cargo audit --ignore RUSTSEC-2024-0014
datafusion/common/src/error.rs
@@ -915,7 +915,7 @@ macro_rules! make_error {
915
/// Macro wraps `$ERR` to add backtrace feature
916
#[macro_export]
917
macro_rules! $NAME_DF_ERR {
918
- ($d($d args:expr),* $d(; diagnostic=$d DIAG:expr)?) => {{
+ ($d($d args:expr),* $d(; diagnostic = $d DIAG:expr)?) => {{
919
let err = $crate::DataFusionError::$ERR(
920
::std::format!(
921
"{}{}",
0 commit comments