From 3eef7c87c9c8a6eb8514573f70ad4499781e017f Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 16 Apr 2017 20:33:15 -0700 Subject: [PATCH] Fix xml link spacing --- serde/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serde/src/lib.rs b/serde/src/lib.rs index 4b84c7ba..52335228 100644 --- a/serde/src/lib.rs +++ b/serde/src/lib.rs @@ -70,7 +70,7 @@ //! [Hjson]: https://github.com/laktak/hjson-rust //! [BSON]: https://github.com/zonyitoo/bson-rs //! [URL]: https://github.com/nox/serde_urlencoded -//! [XML]:https://github.com/RReverser/serde-xml-rs +//! [XML]: https://github.com/RReverser/serde-xml-rs //! [Envy]: https://github.com/softprops/envy //! [Redis]: https://github.com/OneSignal/serde-redis //! [Cargo]: http://doc.crates.io/manifest.html