1
Fork 0

rustfmt tests/rustdoc-js/.

This commit is contained in:
Nicholas Nethercote 2024-06-03 17:35:56 +10:00
parent 98d65d62c5
commit c6fb703c05
28 changed files with 240 additions and 133 deletions

View file

@ -1,5 +1,5 @@
//@ aux-crate: macro_in_module=macro-in-module.rs
#![crate_name="foo"]
#![crate_name = "foo"]
extern crate macro_in_module;
// Test case based on the relationship between alloc and std.