Skip to content

Commit

Permalink
Rollup merge of rust-lang#67421 - LeSeulArtichaut:patch-1, r=Centril
Browse files Browse the repository at this point in the history
Fix internal documentation typo

r? @Centril
  • Loading branch information
Centril committed Dec 19, 2019
2 parents c014c45 + bfc02bd commit 4ff4d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_interface/interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use syntax_pos::edition;
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>,
Expand Down

0 comments on commit 4ff4d6c

Please sign in to comment.