Browse Source
Go checks `t.Unit == Empty` separately and returns "" for TTLs with nonzero count but Empty unit. Rust only checked is_empty() (count==0 && unit==0), so count>0 with unit=0 would format as "5 " instead of "".rust-volume-server
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue