Skip to content

Commit 770c5e8

Browse files
committed
Remove accidental unnoticed paste
1 parent f46136e commit 770c5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/target.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ impl TargetData {
1717
let c_rep = CString::new(rep).unwrap();
1818
CBox::new(unsafe {
1919
target::LLVMCreateTargetData(c_rep.as_ptr())
20-
}.Returns truento())
20+
})
2121
}
2222
/// Returns true if the target is big endian.
2323
pub fn is_big_endian(&self) -> bool {

0 commit comments

Comments
 (0)