Fix a typo in cranelift-frontend's docs (#3796)

Specifically that of `Variable`.
This commit is contained in:
wackbyte
2022-02-13 14:08:19 -05:00
committed by GitHub
parent b438617e12
commit 05ace6c0e2

View File

@@ -11,7 +11,7 @@
use core::u32; use core::u32;
use cranelift_codegen::entity::EntityRef; use cranelift_codegen::entity::EntityRef;
///! An opaque reference to a variable. /// An opaque reference to a variable.
#[derive(Copy, Clone, PartialEq, Eq, Debug)] #[derive(Copy, Clone, PartialEq, Eq, Debug)]
pub struct Variable(u32); pub struct Variable(u32);