Skip to content

Commit e89d136

Browse files
committed
fix no-std build
1 parent bc2d429 commit e89d136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//! - Mismatched parameter lengths (e.g., during batch verification),
99
//! - Access to unassigned group variables in constraint systems.
1010
11-
use alloc::string::String;
11+
use alloc::string::{String, ToString};
1212

1313
// Publicly export the unassigned variable errors from this module.
1414
pub use crate::linear_relation::collections::{UnassignedGroupVarError, UnassignedScalarVarError};

0 commit comments

Comments
 (0)