Expand packages and raw Engine write-up.
This commit is contained in:
@@ -378,7 +378,6 @@ pub struct Limits {
|
||||
/// ```
|
||||
///
|
||||
/// Currently, `Engine` is neither `Send` nor `Sync`. Use the `sync` feature to make it `Send + Sync`.
|
||||
#[derive(Clone)]
|
||||
pub struct Engine {
|
||||
/// A unique ID identifying this scripting `Engine`.
|
||||
pub id: Option<String>,
|
||||
|
Reference in New Issue
Block a user