icu: Make links in docstrings actual links

Thanks `cargo doc` for the helpful warnings!
This commit is contained in:
Emmanuel Gil Peyrot 2022-09-20 19:13:23 +02:00
parent 70cba2279e
commit 8d4ed296d0
6 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
//! Crate wrapping what we need from ICUs C API for JIDs.
//!
//! See http://site.icu-project.org/
//! See <http://site.icu-project.org/>
use std::os::raw::c_char;

View file

@ -1,6 +1,6 @@
//! Crate wrapping what we need from ICUs C API for JIDs.
//!
//! See http://site.icu-project.org/
//! See <http://site.icu-project.org/>
use crate::bindings::{icu_error_code_to_name, UErrorCode};
use std::ffi::CStr;

View file

@ -1,6 +1,6 @@
//! Crate wrapping what we need from ICUs C API for JIDs.
//!
//! See http://site.icu-project.org/
//! See <http://site.icu-project.org/>
use crate::bindings::{
icu_idna_name_to_ascii, icu_idna_name_to_unicode, icu_idna_open, UErrorCode, UIDNAInfo,

View file

@ -1,6 +1,6 @@
//! Crate wrapping what we need from ICUs C API for JIDs.
//!
//! See http://site.icu-project.org/
//! See <http://site.icu-project.org/>
#![deny(missing_docs)]

View file

@ -1,6 +1,6 @@
//! Crate wrapping what we need from ICUs C API for JIDs.
//!
//! See http://site.icu-project.org/
//! See <http://site.icu-project.org/>
use crate::bindings::{
icu_spoof_get_skeleton, icu_spoof_open, icu_spoof_set_checks, UErrorCode, USpoofChecker,

View file

@ -1,6 +1,6 @@
//! Crate wrapping what we need from ICUs C API for JIDs.
//!
//! See http://site.icu-project.org/
//! See <http://site.icu-project.org/>
use crate::bindings::{
icu_stringprep_open, icu_stringprep_prepare, UChar, UErrorCode, UStringPrepProfile,