We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb19975 commit aeb920cCopy full SHA for aeb920c
lib/src/space/grounding.rs
@@ -330,13 +330,13 @@ impl PartialEq for GroundingSpace {
330
331
impl Debug for GroundingSpace {
332
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
333
- write!(f, "GroundingSpace")
+ write!(f, "GroundingSpace-{:?}", self as *const GroundingSpace)
334
}
335
336
337
impl Display for GroundingSpace {
338
339
340
341
342
0 commit comments