Update a comment for the move of display_enc().
This commit is contained in:
committed by
Jakob Stoklund Olesen
parent
100666e300
commit
551a91178a
@@ -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],
|
||||||
|
|||||||
Reference in New Issue
Block a user