This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-03-19 15:49:24 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8fb31f75c95c52cfef40c6ffe2f1452c959ca5e4
rust
/
src
/
libserialize
History
Tamir Duberstein
29ac04402d
Positive case of
len()
->
is_empty()
...
`s/(?<!\{ self)(?<=\.)len\(\) == 0/is_empty()/g`
2015-04-14 20:26:03 -07:00
..
collection_impls.rs
…
hex.rs
…
json.rs
Positive case of
len()
->
is_empty()
2015-04-14 20:26:03 -07:00
lib.rs
…
serialize.rs
…