Skip to content

Commit ca117fe

Browse files
committed
Fixed style issues and reverted version number.
Fixed trailing whitespace in x86.rs and reverted the minor version number in the Cargo.toml
1 parent 9766d50 commit ca117fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "libc"
4-
version = "0.2.24"
4+
version = "0.2.23"
55
authors = ["The Rust Project Developers"]
66
license = "MIT/Apache-2.0"
77
readme = "README.md"

src/unix/notbsd/linux/other/b32/x86.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ s! {
1919
pub _st: [_libc_fpreg; 8],
2020
pub status: ::c_ulong,
2121
}
22-
22+
2323
pub struct _libc_state {
2424
pub ebx: ::c_long,
2525
pub ecx: ::c_long,

0 commit comments

Comments
 (0)