diff options
Diffstat (limited to 'rust/src/basicblock.rs')
| -rw-r--r-- | rust/src/basicblock.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/src/basicblock.rs b/rust/src/basicblock.rs index abc57a7a..571786aa 100644 --- a/rust/src/basicblock.rs +++ b/rust/src/basicblock.rs @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. + + use std::fmt; use crate::architecture::CoreArchitecture; |
