diff options
Diffstat (limited to 'rust/src/platform.rs')
| -rw-r--r-- | rust/src/platform.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/platform.rs b/rust/src/platform.rs index e732152c..cdbaf25d 100644 --- a/rust/src/platform.rs +++ b/rust/src/platform.rs @@ -399,7 +399,7 @@ impl Debug for Platform { fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { f.debug_struct("Platform") .field("name", &self.name()) - .field("arch", &self.arch()) + .field("arch", &self.arch().name()) .finish() } } |
