Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retrieval_methods, r=Amanieu"

This reverts commit 08dfbf49e3, reversing
changes made to 10bcdad7df.
This commit is contained in:
Ralf Jung
2025-03-18 13:28:56 +01:00
parent 75530e9f72
commit 20d04d8a40
27 changed files with 15 additions and 253 deletions

View File

@@ -26,13 +26,11 @@
// tidy-alphabetical-end
mod cursor;
pub mod unescape;
#[cfg(test)]
mod tests;
// FIXME: This is needed for rust-analyzer. Remove this dependency once rust-analyzer uses
// `literal-escaper`.
pub use literal_escaper as unescape;
use unicode_properties::UnicodeEmoji;
pub use unicode_xid::UNICODE_VERSION as UNICODE_XID_VERSION;