You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Think the extern stuff is for rustdoc testing, eg: rustdoc --edition 2018 --test _stable/server/hello-word.md -L "stable/target/debug/deps".
Check this
The getting started guide of hyber uses
extern crate hyper
https://hyper.rs/guides/client/basic/I was the opinion that
extern
is no longer necessary and the new/current module system does not require.and indeed, I confirmed this by removing the
extern
and the code snippet in the example still works...Question now is, shouldn't
extern
be removed from the documentation?The text was updated successfully, but these errors were encountered: