Fix automatic_links warnings

This commit is contained in:
Guillaume Gomez
2020-10-14 17:35:43 +02:00
parent 7f839b2ece
commit 55b4d21e25
8 changed files with 8 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
//! (e.g. trying to create a TCP stream or something like that).
//!
//! This target is more or less managed by the Rust and WebAssembly Working
//! Group nowadays at https://github.com/rustwasm.
//! Group nowadays at <https://github.com/rustwasm>.
use super::wasm32_base;
use super::{LinkerFlavor, LldFlavor, Target};