Skip to content

Commit 5eb9201

Browse files
removes additional spacing between hyphen and word safe
1 parent 06a6d81 commit 5eb9201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0255-object-safety.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ RFC).
3535

3636
This is only sound if the trait is object-safe. We say a method `m` on trait
3737
`T` is object-safe if it is legal (in current Rust) to call `x.m(...)` where `x`
38-
has type `&T`, i.e., `x` is a trait object. If all methods in `T` are object-
39-
safe, then we say `T` is object-safe.
38+
has type `&T`, i.e., `x` is a trait object. If all methods in `T` are object-safe,
39+
then we say `T` is object-safe.
4040

4141
If we ignore this restriction we could allow code such as the following:
4242

0 commit comments

Comments
 (0)