Skip to content

Commit

Permalink
Update src/librustc_mir/monomorphize/collector.rs
Browse files Browse the repository at this point in the history
typo fix

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
  • Loading branch information
JOE1994 and jonas-schievink committed Jun 21, 2020
1 parent 6374054 commit 893077c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_mir/monomorphize/collector.rs
Expand Up @@ -79,7 +79,7 @@
//! function or method call (represented by a CALL terminator in MIR). But
//! calls are not the only thing that might introduce a reference between two
//! function mono items, and as we will see below, they are just a
//! specialized of the form described next, and consequently will not get any
//! specialization of the form described next, and consequently will not get any
//! special treatment in the algorithm.
//!
//! #### Taking a reference to a function or method
Expand Down

0 comments on commit 893077c

Please sign in to comment.