Fix formatting.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//! Module containing error definitions for the evaluation process.
|
||||
|
||||
use crate::{Dynamic, ImmutableString, ParseErrorType, Position, INT, RhaiError};
|
||||
use crate::{Dynamic, ImmutableString, ParseErrorType, Position, RhaiError, INT};
|
||||
#[cfg(feature = "no_std")]
|
||||
use core_error::Error;
|
||||
#[cfg(not(feature = "no_std"))]
|
||||
|
@@ -204,10 +204,11 @@ impl FnPtr {
|
||||
///
|
||||
/// This function is very low level.
|
||||
///
|
||||
/// ## Arguments
|
||||
/// # Arguments
|
||||
///
|
||||
/// All the arguments are _consumed_, meaning that they're replaced by `()`.
|
||||
/// This is to avoid unnecessarily cloning the arguments.
|
||||
///
|
||||
/// Do not use the arguments after this call. If they are needed afterwards,
|
||||
/// clone them _before_ calling this function.
|
||||
#[inline]
|
||||
|
Reference in New Issue
Block a user