mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Reference the COPYRIGHT file inline
This commit is contained in:
parent
a3fe488a2d
commit
a11b849d45
11 changed files with 47 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue