bippityboppity
|
3511aa987a
|
Add the 'dyn' keyword where necessary
The keyword is needed for trait objects and is intended to improve
readability.
https://doc.rust-lang.org/edition-guide/rust-2018/trait-system/dyn-trait-for-trait-objects.html
|
2019-10-01 18:34:26 +02:00 |
|
dependabot-preview[bot]
|
e7c3d2e381
|
build: bump itertools from 0.7.11 to 0.8.0
Bumps [itertools](https://github.com/bluss/rust-itertools) from 0.7.11 to 0.8.0.
- [Release notes](https://github.com/bluss/rust-itertools/releases)
- [Commits](https://github.com/bluss/rust-itertools/compare/0.7.11...0.8.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-06-13 12:59:16 +00:00 |
|
Alex Lyon
|
b73a664677
|
Split off uucore into its own repository
|
2019-05-12 22:42:20 -07:00 |
|
Vinzent Steinberg
|
e46e3594d2
|
Fix more clippy warnings and remove redundant 'static
|
2018-09-04 14:33:36 +02:00 |
|
dependabot[bot]
|
8ec1060de9
|
Bump itertools from 0.6.5 to 0.7.8
Bumps [itertools](https://github.com/bluss/rust-itertools) from 0.6.5 to 0.7.8.
- [Release notes](https://github.com/bluss/rust-itertools/releases)
- [Commits](https://github.com/bluss/rust-itertools/compare/0.6.5...0.7.8)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-06-15 07:24:33 +00:00 |
|
Alex Lyon
|
880a4973c1
|
Format everything using rustfmt
|
2018-03-12 01:20:58 -07:00 |
|
Alex Lyon
|
75f11e9635
|
Handle SIGPIPE correctly and autogenerate main() for each util
|
2017-12-08 15:05:07 -08:00 |
|
shutefan
|
e1d41b84f3
|
travis: fix compiler warnings for 1.22
|
2017-10-06 00:49:43 +02:00 |
|
Joshua Miller
|
e8073d2596
|
pin dependencies
|
2017-07-15 15:16:09 -05:00 |
|
Lei Zhang
|
7d7fc68dee
|
Solve compiler warning about using deprecated item.
PutBackN::new() is replaced by put_back_n.
|
2016-11-29 12:57:09 -05:00 |
|
Joseph Crail
|
78d2e8db27
|
Fix comment spelling
|
2016-11-25 14:36:56 -05:00 |
|
Nathan Ross
|
5f88dfe12b
|
printf: rustfmt pass
|
2016-02-15 00:48:08 -05:00 |
|
Nathan Ross
|
9242ba1db6
|
printf: scaffolding for C99 hex float
|
2016-02-15 00:17:11 -05:00 |
|
Nathan Ross
|
0892ad3cde
|
printf: add (spare C99 hex floats)
|
2016-02-15 00:10:30 -05:00 |
|