Skip to content

Commit e4b047c

Browse files
committed
c_string now has CStr as a pseudo-DST
1 parent 2b4d09c commit e4b047c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

text/0000-c-str-deref.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@ in favor of composition of the functions described above:
134134
## Proof of concept
135135

136136
The described interface changes are implemented in crate
137-
[c_string](https://github.com/mzabaluev/rust-c-str), with a difference
138-
that the `CStr` token type has a bogus static size, as a compromise to
139-
offer better performance in current Rust.
137+
[c_string](https://github.com/mzabaluev/rust-c-str).
140138

141139
# Drawbacks
142140

0 commit comments

Comments
 (0)