Skip to content

Commit

Permalink
fixes no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
chanced committed Jan 27, 2025
1 parent cc5b988 commit 1496bad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/diagnostic.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//! Error reporting data structures and miette integration.
use alloc::{boxed::Box, string::String};
use core::{fmt, ops::Deref};

/// Implemented by errors which can be converted into a [`Report`].
Expand Down

0 comments on commit 1496bad

Please sign in to comment.