chore: update rust toolchain 1.84
modified radicle-git-ext/git-ref-format/core/src/cbor.rs
@@ -24,7 +24,7 @@ impl<'de: 'a, 'a> Decode<'de> for &'a RefStr {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -54,7 +54,7 @@ impl<'de: 'a, 'a> Decode<'de> for &'a PatternStr {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -86,7 +86,7 @@ impl<'de: 'a, 'a> Decode<'de> for Qualified<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -103,7 +103,7 @@ impl<'de: 'a, 'a> Decode<'de> for Namespaced<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-git-ext/git-ref-format/core/src/name.rs
@@ -213,7 +213,7 @@ impl AsRef<bstr::BStr> for RefStr {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-git-ext/git-ref-format/core/src/name/iter.rs
@@ -34,7 +34,7 @@ impl<'a> Iterator for Components<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -83,7 +83,7 @@ impl<'a> Component<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-git-ext/git-ref-format/core/src/refspec/iter.rs
@@ -66,7 +66,7 @@ impl<'a> Iterator for Components<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-git-ext/git-ref-format/core/src/serde.rs
@@ -23,7 +23,7 @@ impl<'de: 'a, 'a> Deserialize<'de> for &'a RefStr {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -65,7 +65,7 @@ impl<'de: 'a, 'a> Deserialize<'de> for &'a PatternStr {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-git-ext/src/blob.rs
@@ -47,7 +47,7 @@ impl<'a> From<&'a str> for Branch<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-git-ext/src/commit.rs
@@ -14,10 +14,8 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -139,7 +137,7 @@ impl<Tree, Parent> CommitData<Tree, Parent> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -367,32 +365,28 @@ impl FromStr for Commit {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
modified radicle-git-ext/src/commit/headers.rs
@@ -1,3 +1,4 @@
| + | |
|
|
|
|
|
@@ -30,17 +31,17 @@ impl<'a> Signature<'a> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -50,7 +51,7 @@ impl Headers {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-git-ext/src/commit/trailers.rs
@@ -148,7 +148,7 @@ pub struct Display<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-git-ext/src/oid.rs
@@ -35,7 +35,7 @@ mod serde_impls {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-surf/src/blob.rs
@@ -99,7 +99,7 @@ pub struct BlobRef<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -149,7 +149,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-surf/src/commit.rs
@@ -113,7 +113,7 @@ impl std::fmt::Debug for Author {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -182,7 +182,7 @@ impl Serialize for Commit {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-surf/src/diff/git.rs
@@ -99,7 +99,7 @@ pub mod error {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -205,7 +205,7 @@ impl TryFrom<git2::Patch<'_>> for DiffContent {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -228,7 +228,7 @@ impl From<git2::DiffStats> for Stats {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-surf/src/history.rs
@@ -74,7 +74,7 @@ impl<'a> History<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -108,7 +108,7 @@ impl<'a> Iterator for History<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-surf/src/refs.rs
@@ -32,7 +32,7 @@ impl<'a> Tags<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -54,7 +54,7 @@ impl<'a> Iterator for Tags<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -99,7 +99,7 @@ impl<'a> Branches<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -121,7 +121,7 @@ impl<'a> Iterator for Branches<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -177,7 +177,7 @@ impl<'a> Categories<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-surf/t/src/code_browsing.rs
@@ -58,7 +58,7 @@ fn browse_repo_lazily() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-surf/t/src/last_commit.rs
@@ -101,7 +101,7 @@ fn root() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -112,7 +112,7 @@ fn root() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-surf/t/src/namespace.rs
@@ -7,9 +7,9 @@ use super::GIT_PLATINUM;
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -19,14 +19,14 @@ fn switch_to_banana() -> Result<(), Error> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -54,7 +54,7 @@ fn me_namespace() -> Result<(), Error> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -62,7 +62,7 @@ fn golden_namespace() -> Result<(), Error> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -97,7 +97,7 @@ fn golden_namespace() -> Result<(), Error> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -106,7 +106,7 @@ fn silver_namespace() -> Result<(), Error> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-surf/t/src/rev.rs
@@ -19,7 +19,7 @@ use super::GIT_PLATINUM;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified rust-toolchain
@@ -1 +1 @@
| - | |
| + | |