Skip to content

Commit 954fc24

Browse files
committed
Trim trailing whitespace
1 parent 9b16c11 commit 954fc24

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: rust
22
rust:
3-
- stable
3+
- stable
44
- nightly
55
os:
66
- osx

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
* C types are now used from `std::os::raw` rather than `libc`. This means
8585
`Encode` may not be implemented for `libc` types; switch them to the
8686
`std::os::raw` equivalents instead. This avoids an issue that would arise
87-
from simultaneously using different versions of the libc crate.
87+
from simultaneously using different versions of the libc crate.
8888

8989
* Dynamic messaging was moved into the `Message` trait; instead of
9090
`().send(obj, sel!(description))`, use
@@ -110,7 +110,7 @@
110110
### Fixed
111111

112112
* Corrected alignment of ivars in `ClassDecl`; declared classes may now have a
113-
smaller size.
113+
smaller size.
114114

115115
* With the `"exception"` or `"verify_message"` feature enabled, panics from
116116
`msg_send!` will now be triggered from the line and file where the macro is

0 commit comments

Comments
 (0)