Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Apr 12, 2024
1 parent cef400a commit bf3c44f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ educe = "0.5.11"
id-arena = "2.2"
itertools = "0.12"
lazy_static = "1.4"
libc = "0.2.147"
libc = "0.2.153"
llvm-sys = "170.0.0"
melior = { version = "0.17.0", features = ["ods-dialects"] }
mlir-sys = "0.2.1"
Expand Down Expand Up @@ -90,7 +90,7 @@ walkdir = "2"
serde_json = { version = "1.0" }

[build-dependencies]
cc = "1.0.90"
cc = "1.0.92"

[profile.optimized-dev]
inherits = "dev"
Expand Down
12 changes: 0 additions & 12 deletions src/metadata/debug_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,18 +155,6 @@ impl DebugUtils {
}

/// Prints the given &str.
///
/// Example usage:
/// ```
/// #[cfg(feature = "with-debug-utils")]
/// {
/// metadata
/// .get_mut::<crate::metadata::debug_utils::DebugUtils>()
/// .unwrap()
/// .debug_print(context, helper, entry, &format!("handling variant {:?}", variant_ty), location)
/// .unwrap();
/// }
/// ```
pub fn debug_print<'c, 'a>(
&mut self,
context: &'c Context,
Expand Down

0 comments on commit bf3c44f

Please sign in to comment.