fix spelling error

This commit is contained in:
Luca Scherzer 2023-06-05 16:01:09 +02:00
parent 7452822843
commit e30c52d428
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
// This crate is intentionally empty and a rexport of `rustc_driver_impl` to allow the code in
// This crate is intentionally empty and a re-export of `rustc_driver_impl` to allow the code in
// `rustc_driver_impl` to be compiled in parallel with other crates.
pub use rustc_driver_impl::*;