Skip to content

Commit 9126de9

Browse files
committed
use alternate markdown link style
This makes the raw source more readable.
1 parent 3c405f8 commit 9126de9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/lib.rs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@
3030
//!
3131
//! # Code Size
3232
//!
33-
//! [Twiggy](https://github.com/rustwasm/twiggy) reports this library adding about
34-
//! 180Kb to the size of a minimal wasm binary in a debug build. If you want to
35-
//! avoid this, mark the library as optional and conditionally initialize it in
36-
//! your code for non-release builds.
33+
//! [Twiggy] reports this library adding about 180Kb to the size of a minimal wasm binary in a
34+
//! debug build. If you want to avoid this, mark the library as optional and conditionally
35+
//! initialize it in your code for non-release builds.
3736
//!
3837
//! `Cargo.toml`
3938
//! ```toml
@@ -73,6 +72,8 @@
7372
//!
7473
//! The file and line number information associated with the log messages reports locations from
7574
//! the shims generated by `wasm-bindgen`, not the location of the logger call.
75+
//!
76+
//! [Twiggy]: https://github.com/rustwasm/twiggy
7677
7778
use log::{Log, Level, Record, Metadata, SetLoggerError};
7879
use web_sys::console;

0 commit comments

Comments
 (0)