dtolnay / quote

Rust quasi-quoting
Apache License 2.0
1.32k stars 90 forks source link

Split wildcard re-export in runtime module into private and public #238

Closed dtolnay closed 1 year ago

dtolnay commented 1 year ago

This cuts down on bad IDEs making autofixes that involve importing from this private module.