Fix documentation typo

This commit is contained in:
LeSeulArtichaut
2019-12-19 12:58:42 +01:00
committed by GitHub
parent c605199e89
commit bfc02bdd3c
+1 -1
View File
@@ -25,7 +25,7 @@
pub type Result<T> = result::Result<T, ErrorReported>;
/// Represents a compiler session.
/// Can be used run `rustc_interface` queries.
/// Can be used to run `rustc_interface` queries.
/// Created by passing `Config` to `run_compiler`.
pub struct Compiler {
pub(crate) sess: Lrc<Session>,