Skip to content

Commit

Permalink
Update debug.cairo (#7232)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennsikl authored Feb 6, 2025
1 parent 2d7a01d commit 8df416d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corelib/src/debug.cairo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Utilities related to printing of values at runtime.
//! The recommended way of printing values is by using the `Display` and `Debug` traits
//! available in the [`fmt`] module. The items in this module are not public, and are not
//! recommended to use.
//! recommended for use.

#[allow(unused_imports)]
use crate::array::ArrayTrait;
Expand Down

0 comments on commit 8df416d

Please sign in to comment.