File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
crates/component-macro/tests/expanded Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ pub mod foo {
300300 where
301301 Self : Sized ;
302302 /// Comment out identifiers that collide when mapped to snake_case, for now; see
303- /// https://github.com/WebAssembly/component-model/issues/118
303+ /// https://github.com/WebAssembly/component-model/issues/118
304304 /// APPLE: func()
305305 /// APPLE-pear-GRAPE: func()
306306 /// apple-PEAR-grape: func()
@@ -843,7 +843,7 @@ pub mod foo {
843843 <_T as Host >:: a0 ( store)
844844 }
845845 /// Comment out identifiers that collide when mapped to snake_case, for now; see
846- /// https://github.com/WebAssembly/component-model/issues/118
846+ /// https://github.com/WebAssembly/component-model/issues/118
847847 /// APPLE: func()
848848 /// APPLE-pear-GRAPE: func()
849849 /// apple-PEAR-grape: func()
@@ -1277,7 +1277,7 @@ pub mod exports {
12771277 Ok ( promise)
12781278 }
12791279 /// Comment out identifiers that collide when mapped to snake_case, for now; see
1280- /// https://github.com/WebAssembly/component-model/issues/118
1280+ /// https://github.com/WebAssembly/component-model/issues/118
12811281 /// APPLE: func()
12821282 /// APPLE-pear-GRAPE: func()
12831283 /// apple-PEAR-grape: func()
You can’t perform that action at this time.
0 commit comments