style: rename crates to kebab case
This commit is contained in:
4
crates/proc-macro-test/src/lib.rs
Normal file
4
crates/proc-macro-test/src/lib.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
//! Exports a few trivial procedural macros for testing.
|
||||
|
||||
pub static PROC_MACRO_TEST_LOCATION: &str =
|
||||
include_str!(concat!(env!("OUT_DIR"), "/proc_macro_test_location.txt"));
|
||||
Reference in New Issue
Block a user