From 551a91178acc515d321cd802885e834185d44e47 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sat, 22 Apr 2017 17:39:43 -0700 Subject: [PATCH] Update a comment for the move of display_enc(). --- lib/cretonne/src/isa/encoding.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cretonne/src/isa/encoding.rs b/lib/cretonne/src/isa/encoding.rs index c5151978aa..3d866727a4 100644 --- a/lib/cretonne/src/isa/encoding.rs +++ b/lib/cretonne/src/isa/encoding.rs @@ -60,7 +60,7 @@ impl fmt::Display for 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 encoding: Encoding, pub recipe_names: &'static [&'static str],