diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-05-13 09:44:17 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-05-27 15:58:35 +1000 |
| commit | 2469ed0142bd7e9ca021b5a901cc3bae3ff8af11 (patch) | |
| tree | 3625a7d773fd235b03ad77bb75ce52ffd10972f7 /library/proc_macro/src | |
| parent | 4cbaac699c14b7ac7cc80e54823b2ef6afeb64af (diff) | |
Fix a typo in a comment.
Diffstat (limited to 'library/proc_macro/src')
| -rw-r--r-- | library/proc_macro/src/bridge/client.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/proc_macro/src/bridge/client.rs b/library/proc_macro/src/bridge/client.rs index cdb2bac2607..53f61786a19 100644 --- a/library/proc_macro/src/bridge/client.rs +++ b/library/proc_macro/src/bridge/client.rs @@ -191,7 +191,7 @@ define_handles! { // FIXME(eddyb) generate these impls by pattern-matching on the // names of methods - also could use the presence of `fn drop` // to distinguish between 'owned and 'interned, above. -// Alternatively, special 'modes" could be listed of types in with_api +// Alternatively, special "modes" could be listed of types in with_api // instead of pattern matching on methods, here and in server decl. impl Clone for TokenStream { |
