mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
RuntimeReturnValues
should derive Debug
(#309)
This commit is contained in:
parent
e234eab813
commit
1f43ff89f7
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ use super::{RuntimeError, RuntimeResult};
|
|||
/**
|
||||
Values returned by running a Lune runtime until completion.
|
||||
*/
|
||||
#[derive(Debug)]
|
||||
#[non_exhaustive]
|
||||
pub struct RuntimeReturnValues {
|
||||
/// The exit code manually returned from the runtime, if any.
|
||||
|
|
Loading…
Add table
Reference in a new issue