Fix Machine links
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/// Describes how the streams of a `crate::Machine` will be handled.
|
/// Describes how the streams of a [`Machine`](crate::Machine) will be handled.
|
||||||
///
|
///
|
||||||
/// Defaults to using standard IO.
|
/// Defaults to using standard IO.
|
||||||
pub struct StreamConfig {
|
pub struct StreamConfig {
|
||||||
@@ -34,7 +34,7 @@ pub(crate) enum StreamConfigInner {
|
|||||||
Memory,
|
Memory,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Describes how a `crate::Machine` will be configured.
|
/// Describes how a [`Machine`](crate::Machine) will be configured.
|
||||||
pub struct MachineConfig {
|
pub struct MachineConfig {
|
||||||
pub(crate) streams: StreamConfig,
|
pub(crate) streams: StreamConfig,
|
||||||
pub(crate) toplevel: &'static str,
|
pub(crate) toplevel: &'static str,
|
||||||
|
|||||||
Reference in New Issue
Block a user