We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9464d8c + 7dff1fa commit 503d560Copy full SHA for 503d560
rust-toolchain.toml
@@ -1,2 +1,2 @@
1
[toolchain]
2
-channel = "1.72.1"
+channel = "1.73.0"
src/tests/owners.rs
@@ -738,8 +738,8 @@ fn test_accept_invitation_by_mail() {
738
assert_eq!(json.users.len(), 2);
739
}
740
741
-//// Hacky way to simulate the expiration of an ownership invitation. Instead of letting a month
742
-//// pass, the creation date of the invite is moved back a month.
+/// Hacky way to simulate the expiration of an ownership invitation. Instead of letting a month
+/// pass, the creation date of the invite is moved back a month.
743
fn expire_invitation(app: &TestApp, crate_id: i32) {
744
use crates_io::schema::crate_owner_invitations;
745
0 commit comments