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.
1 parent 049a85a commit 6cc1cbfCopy full SHA for 6cc1cbf
src/utils/build_doc.rs
@@ -115,7 +115,6 @@ mod test {
115
use super::*;
116
117
#[test]
118
- #[ignore]
119
fn test_build_doc() {
120
let doc = build_doc("rand", None, None);
121
assert!(doc.is_ok());
@@ -128,7 +127,6 @@ mod test {
128
127
}
129
130
131
132
fn test_get_package() {
133
let pkg = get_package("rand", None);
134
assert!(pkg.is_ok());
@@ -141,7 +139,6 @@ mod test {
141
139
142
140
143
144
145
fn test_source_path() {
146
let pkg = get_package("rand", None).unwrap();
147
let source_path = source_path(&pkg).unwrap();
0 commit comments