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.
1 parent 4cbaac6 commit 2469ed0Copy full SHA for 2469ed0
library/proc_macro/src/bridge/client.rs
@@ -191,7 +191,7 @@ define_handles! {
191
// FIXME(eddyb) generate these impls by pattern-matching on the
192
// names of methods - also could use the presence of `fn drop`
193
// to distinguish between 'owned and 'interned, above.
194
-// Alternatively, special 'modes" could be listed of types in with_api
+// Alternatively, special "modes" could be listed of types in with_api
195
// instead of pattern matching on methods, here and in server decl.
196
197
impl Clone for TokenStream {
0 commit comments