mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-22 19:34:16 +00:00
style: rename crates to kebab case
This commit is contained in:
parent
e025b37df6
commit
1f011fa4a3
462 changed files with 158 additions and 158 deletions
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"));
|
Loading…
Add table
Add a link
Reference in a new issue