Skip to content

Commit

Permalink
Directly link TypeMap to its crate (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelc committed Oct 7, 2020
1 parent 83e1d12 commit 519b67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/e14_global_data/src/main.rs
Expand Up @@ -22,7 +22,7 @@ use tokio::sync::RwLock;
// These places are usually where either Context or Client is present.
//
// Documentation about TypeMap can be found here:
// https://docs.rs/serenity/0.9.0-rc.2/serenity/prelude/struct.TypeMap.html
// https://docs.rs/typemap_rev/0.1/typemap_rev/struct.TypeMap.html
struct CommandCounter;

impl TypeMapKey for CommandCounter {
Expand Down

0 comments on commit 519b67e

Please sign in to comment.