Skip to content

Commit ee4902d

Browse files
authored
Fix typo in compile_error! doc link (rust-random#632)
1 parent 43899e2 commit ee4902d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/backends.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,9 @@ cfg_if! {
173173
https://docs.rs/getrandom/#webassembly-support"
174174
);
175175
} else {
176-
compile_error!("target is not supported. You may need to define \
177-
a custom backend see: \
178-
https://docs.rs/getrandom/#custom-backends");
176+
compile_error!(
177+
"target is not supported. You may need to define a custom backend see: \
178+
https://docs.rs/getrandom/#custom-backend"
179+
);
179180
}
180181
}

0 commit comments

Comments
 (0)