Koichi ITO
|
ae0216d557
|
Use the traits added to the Rust 2021 Edition prelude
Follow up https://github.com/rust-lang/rust/pull/96861.
This PR uses the traits added to the Rust 2021 Edition prelude.
> The `TryInto`, `TryFrom` and `FromIterator` traits are now part of the prelude.
https://doc.rust-lang.org/edition-guide/rust-2021/prelude.html
|
2022-05-12 00:38:11 +09:00 |
|
tamaron
|
447ed5ce52
|
add attributes
|
2022-01-30 15:39:47 +09:00 |
|
tamaron
|
df6ef6059b
|
update get_unwrap.rs
|
2022-01-30 14:59:46 +09:00 |
|
tamaron
|
ba80d45b3c
|
update testsuite
|
2022-01-30 12:58:49 +09:00 |
|
Matthias Krüger
|
187983e991
|
update test stderr
|
2020-01-31 20:21:10 +01:00 |
|
Manish Goregaokar
|
038ec7f5d8
|
Move get_unwrap to restriction
fixes #3862
|
2019-03-09 13:48:06 -08:00 |
|
Philipp Hansch
|
38d4ac7cea
|
Remove all copyright license headers
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
|
2019-01-08 21:46:39 +01:00 |
|
Michael Wright
|
d2ea6355a8
|
Update unwrap_get code review suggestions
|
2019-01-07 06:22:39 +02:00 |
|
Michael Wright
|
4add1e23f9
|
Improve get_unwrap suggestion
Handle case where a reference is immediately dereferenced.
Fixes 3625
|
2019-01-06 11:46:03 +02:00 |
|
flip1995
|
d2dbd0b8a5
|
Update *.stderr files
|
2018-12-28 12:41:12 +01:00 |
|
Matthias Krüger
|
7bcc2cd9c8
|
update test stderr
|
2018-12-10 08:22:07 +01:00 |
|
Manish Goregaokar
|
e9c025ea70
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
ms2300
|
523ba2a009
|
Full fix of get unwrap issue
|
2018-09-23 19:53:25 -07:00 |
|
ms2300
|
de8d233b06
|
#3006 : Fixing for .get().unwrap().foo()
|
2018-09-23 19:53:25 -07:00 |
|
flip1995
|
e9af09c274
|
Adapt the *.stderr files of the ui-tests to the tool_lints
|
2018-08-29 11:08:29 -07:00 |
|
Oliver Schneider
|
4f21b5b112
|
Update changed ui tests
|
2018-01-17 14:44:40 +01:00 |
|
Cameron Steffen
|
35882b09da
|
move get_unwrap tests
|
2017-10-10 00:14:47 -05:00 |
|