diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-04-14 23:29:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-14 23:29:53 +0200 |
| commit | e2f24230a23cb6074c26a6a4b6546cb10740fb84 (patch) | |
| tree | 2845c30eee378265d1da10fba4468b0658daa09d /src/test/codegen/src-hash-algorithm | |
| parent | b5dc6e620b68665a1d0aa79ee2e2ed2dd2b4d130 (diff) | |
| parent | 2c23bd491445c56d2f5e8b22df572dbf9944ee62 (diff) | |
| download | rust-e2f24230a23cb6074c26a6a4b6546cb10740fb84.tar.gz rust-e2f24230a23cb6074c26a6a4b6546cb10740fb84.zip | |
Rollup merge of #70949 - WaffleLapkin:simlify_vec_macro, r=petrochenkov
simplify `vec!` macro Simplify `vec!` macro by replacing 2 following branches: - `($($x:expr),*) => (...)` - `($($x:expr,)*) => (...)` with one: - `($($x:expr),* $(,)?) => (...)` This is a minor change, however, this will make the documentation cleaner
Diffstat (limited to 'src/test/codegen/src-hash-algorithm')
0 files changed, 0 insertions, 0 deletions
