Skip to content

Commit 7dff1fa

Browse files
committed
clippy: Fix issues
1 parent bc31b93 commit 7dff1fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/owners.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -738,8 +738,8 @@ fn test_accept_invitation_by_mail() {
738738
assert_eq!(json.users.len(), 2);
739739
}
740740

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.
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.
743743
fn expire_invitation(app: &TestApp, crate_id: i32) {
744744
use crates_io::schema::crate_owner_invitations;
745745

0 commit comments

Comments
 (0)