We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2cae3f + 5c0a79b commit 80ab491Copy full SHA for 80ab491
CONTRIBUTING.md
@@ -103,6 +103,9 @@ Here is a checklist that all Gloo utility crates should fulfill:
103
pub use gloo_foobar as foobar;
104
```
105
106
+* [ ] The `authors` entry in `Cargo.toml` is "The Rust and WebAssembly Working
107
+ Group".
108
+
109
* [ ] Crate's public interface follows the [Rust API Guidelines][api-guidelines].
110
111
* [ ] Uses [`unwrap_throw` and `expect_throw`][unwrap-throw] instead of normal `unwrap` and
crates/timers/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "gloo-timers"
3
version = "0.1.0"
4
-authors = ["Nick Fitzgerald <[email protected]>"]
+authors = ["Rust and WebAssembly Working Group"]
5
edition = "2018"
6
7
[dependencies]
0 commit comments