mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-08 23:30:01 +02:00
Fix default-trait-access
This commit is contained in:
parent
9ebc47c57c
commit
c1fd970473
1 changed files with 2 additions and 2 deletions
|
@ -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() }
|
||||
|
|
Loading…
Add table
Reference in a new issue