mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
Fix default-trait-access
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
/// Always returns the empty string
|
||||
#[must_use]
|
||||
pub fn memory_stats() -> String { Default::default() }
|
||||
pub fn memory_stats() -> String { String::default() }
|
||||
|
||||
/// Always returns the empty string
|
||||
#[must_use]
|
||||
pub fn memory_usage() -> String { Default::default() }
|
||||
pub fn memory_usage() -> String { String::default() }
|
||||
|
||||
Reference in New Issue
Block a user