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

@@ -3,7 +3,7 @@
//!
//! Table of CRT objects for popular toolchains.
//! The `crtx` ones are generally distributed with libc and the `begin/end` ones with gcc.
//! See https://dev.gentoo.org/~vapier/crt.txt for some more details.
//! See <https://dev.gentoo.org/~vapier/crt.txt> for some more details.
//!
//! | Pre-link CRT objects | glibc | musl | bionic | mingw | wasi |
//! |----------------------|------------------------|------------------------|------------------|-------------------|------|