Skip to content

Commit

Permalink
Fix no_std compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Aug 19, 2024
1 parent 87b1f0c commit a2c4057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ser.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use core::cell::RefCell;
use serde::{Serialize, Serializer};
use std::borrow::Borrow;
use std::cell::RefCell;

/// Trait for types that can be serialized as N-dimensional arrays.
///
Expand Down

0 comments on commit a2c4057

Please sign in to comment.