Documentation
1
2
3
disallowed-methods = [
    { "path" = "std::time::SystemTime::now", reason = "does not work on WASM environments", replacement = "crate::time::now" }
]