diff options
| author | Illia <[email protected]> | 2017-01-05 00:03:27 +0300 |
|---|---|---|
| committer | Illia <[email protected]> | 2017-01-05 00:03:27 +0300 |
| commit | 3348178f151d8e1d7aa0432984a2dd23fa7b9e89 (patch) | |
| tree | 1349dd7d6849bfc12da9fb064cea4a22a5613c09 /src/utils/builder/search.rs | |
| parent | Simplify a small bit of Context (diff) | |
| download | serenity-3348178f151d8e1d7aa0432984a2dd23fa7b9e89.tar.xz serenity-3348178f151d8e1d7aa0432984a2dd23fa7b9e89.zip | |
Fix rs suffix
Diffstat (limited to 'src/utils/builder/search.rs')
| -rw-r--r-- | src/utils/builder/search.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/builder/search.rs b/src/utils/builder/search.rs index cf61bed..c0a7499 100644 --- a/src/utils/builder/search.rs +++ b/src/utils/builder/search.rs @@ -187,7 +187,7 @@ impl SortingOrder { /// [`limit`]: #method.limit /// [`offset`]: #method.offset /// [`sort_by`]: #method.sort_by -/// [example 08]: https://github.com/zeyla/serenity.rs/tree/master/examples/08_search +/// [example 08]: https://github.com/zeyla/serenity/tree/master/examples/08_search pub struct Search<'a>(pub BTreeMap<&'a str, String>); impl<'a> Search<'a> { |