RuntimeReturnValues should derive Debug

This commit is contained in:
Sasial 2025-04-26 08:07:09 +10:00
parent e234eab813
commit 65aaf395e4
No known key found for this signature in database
GPG key ID: EDFF63A7501D3F83

View file

@ -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.