Closed aschampion closed 6 years ago
For some reason this causes "Use of undeclared type or module std" errors when used from other crates, unless they explicitly use std;.
std
use std;
For some reason this causes "Use of undeclared type or module
std
" errors when used from other crates, unless they explicitlyuse std;
.