Update a comment for the move of display_enc().

This commit is contained in:
Eric Anholt
2017-04-22 17:39:43 -07:00
committed by Jakob Stoklund Olesen
parent 100666e300
commit 551a91178a

View File

@@ -60,7 +60,7 @@ impl fmt::Display for Encoding {
} }
/// Temporary object that holds enough context to properly display an encoding. /// Temporary object that holds enough context to properly display an encoding.
/// This is meant to be created by `TargetIsa::display_enc()`. /// This is meant to be created by `EncInfo::display()`.
pub struct DisplayEncoding { pub struct DisplayEncoding {
pub encoding: Encoding, pub encoding: Encoding,
pub recipe_names: &'static [&'static str], pub recipe_names: &'static [&'static str],