Reference the COPYRIGHT file inline

This commit is contained in:
Richard Feldman 2021-04-18 17:02:10 -04:00
parent a3fe488a2d
commit a11b849d45
11 changed files with 47 additions and 17 deletions

View file

@ -125,8 +125,10 @@ pub fn finish_parsing_float(raw: &str) -> Result<f64, (&str, FloatErrorKind)> {
/// pulled in so we can give custom error messages
///
/// The Rust Project is dual-licensed under either Apache 2.0 or MIT,
/// at the user's choice. Thanks to the Rust project and its contributors!
/// at the user's choice. License information can be found in
/// the COPYRIGHT file in the root directory of this distribution.
///
/// Thanks to the Rust project and its contributors!
trait FromStrRadixHelper: PartialOrd + Copy {
fn min_value() -> Self;
fn max_value() -> Self;