@@ -8,22 +8,22 @@ extensions:
88 # Hint
99 - ["lang:core", "crate::hint::must_use", "Argument[0]", "ReturnValue", "value", "manual"]
1010 # Iterator
11- - ["lang:core", "crate::iter::traits::iterator::Iterator::nth", "Argument[self].Element", "ReturnValue.Variant [crate::option::Option::Some(0)]", "value", "manual"]
11+ - ["lang:core", "crate::iter::traits::iterator::Iterator::nth", "Argument[self].Element", "ReturnValue.Field [crate::option::Option::Some(0)]", "value", "manual"]
1212 - ["lang:core", "crate::iter::traits::iterator::Iterator::collect", "Argument[self].Element", "ReturnValue.Element", "value", "manual"]
1313 # Option
14- - ["lang:core", "<crate::option::Option>::expect", "Argument[self].Variant [crate::option::Option::Some(0)]", "ReturnValue", "value", "manual"]
14+ - ["lang:core", "<crate::option::Option>::expect", "Argument[self].Field [crate::option::Option::Some(0)]", "ReturnValue", "value", "manual"]
1515 # Result
16- - ["lang:core", "<crate::result::Result>::unwrap", "Argument[self].Variant [crate::result::Result::Ok(0)]", "ReturnValue", "value", "manual"]
17- - ["lang:core", "<crate::result::Result>::unwrap_or", "Argument[self].Variant [crate::result::Result::Ok(0)]", "ReturnValue", "value", "manual"]
16+ - ["lang:core", "<crate::result::Result>::unwrap", "Argument[self].Field [crate::result::Result::Ok(0)]", "ReturnValue", "value", "manual"]
17+ - ["lang:core", "<crate::result::Result>::unwrap_or", "Argument[self].Field [crate::result::Result::Ok(0)]", "ReturnValue", "value", "manual"]
1818 - ["lang:core", "<crate::result::Result>::unwrap_or", "Argument[0]", "ReturnValue", "value", "manual"]
19- - ["lang:core", "<crate::result::Result>::unwrap_or_default", "Argument[self].Variant [crate::result::Result::Ok(0)]", "ReturnValue", "value", "manual"]
20- - ["lang:core", "<crate::result::Result>::unwrap_or_else", "Argument[self].Variant [crate::result::Result::Ok(0)]", "ReturnValue", "value", "manual"]
19+ - ["lang:core", "<crate::result::Result>::unwrap_or_default", "Argument[self].Field [crate::result::Result::Ok(0)]", "ReturnValue", "value", "manual"]
20+ - ["lang:core", "<crate::result::Result>::unwrap_or_else", "Argument[self].Field [crate::result::Result::Ok(0)]", "ReturnValue", "value", "manual"]
2121 - ["lang:core", "<crate::result::Result>::unwrap_or_else", "Argument[0].ReturnValue", "ReturnValue", "value", "manual"]
22- - ["lang:core", "<crate::result::Result>::unwrap_unchecked", "Argument[self].Variant [crate::result::Result::Ok(0)]", "ReturnValue", "value", "manual"]
23- - ["lang:core", "<crate::result::Result>::unwrap_err", "Argument[self].Variant [crate::result::Result::Err(0)]", "ReturnValue", "value", "manual"]
24- - ["lang:core", "<crate::result::Result>::unwrap_err_unchecked", "Argument[self].Variant [crate::result::Result::Err(0)]", "ReturnValue", "value", "manual"]
25- - ["lang:core", "<crate::result::Result>::expect", "Argument[self].Variant [crate::result::Result::Ok(0)]", "ReturnValue", "value", "manual"]
26- - ["lang:core", "<crate::result::Result>::expect_err", "Argument[self].Variant [crate::result::Result::Err(0)]", "ReturnValue", "value", "manual"]
22+ - ["lang:core", "<crate::result::Result>::unwrap_unchecked", "Argument[self].Field [crate::result::Result::Ok(0)]", "ReturnValue", "value", "manual"]
23+ - ["lang:core", "<crate::result::Result>::unwrap_err", "Argument[self].Field [crate::result::Result::Err(0)]", "ReturnValue", "value", "manual"]
24+ - ["lang:core", "<crate::result::Result>::unwrap_err_unchecked", "Argument[self].Field [crate::result::Result::Err(0)]", "ReturnValue", "value", "manual"]
25+ - ["lang:core", "<crate::result::Result>::expect", "Argument[self].Field [crate::result::Result::Ok(0)]", "ReturnValue", "value", "manual"]
26+ - ["lang:core", "<crate::result::Result>::expect_err", "Argument[self].Field [crate::result::Result::Err(0)]", "ReturnValue", "value", "manual"]
2727 # String
2828 - ["lang:alloc", "<crate::string::String>::as_str", "Argument[self]", "ReturnValue", "taint", "manual"]
2929 - ["lang:alloc", "<crate::string::String>::as_bytes", "Argument[self]", "ReturnValue", "taint", "manual"]
0 commit comments