mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Fix typos
This commit is contained in:
parent
d922999ec6
commit
66f62836ae
5 changed files with 5 additions and 5 deletions
|
@ -443,7 +443,7 @@ pub trait QueryDb<'d>: Sized {
|
|||
/// Trait implements by all of the "special types" associated with
|
||||
/// each of your queries.
|
||||
pub trait Query: Debug + Default + Sized + for<'d> QueryDb<'d> {
|
||||
/// Type that you you give as a parameter -- for queries with zero
|
||||
/// Type that you give as a parameter -- for queries with zero
|
||||
/// or more than one input, this will be a tuple.
|
||||
type Key: Clone + Debug + Hash + Eq;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue