Skip to content

Commit

Permalink
fix: examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Feb 8, 2025
1 parent fa66c28 commit b377942
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/tinymist-world/src/compute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ pub trait WorldComputable<F: CompilerFeat>: std::any::Any + Send + Sync + Sized
/// }
///
/// impl WorldComputable<SystemCompilerFeat> for SystemFontsOnce {
/// type Output = Self;
///
/// fn compute(graph: &Arc<WorldComputeGraph<SystemCompilerFeat>>) -> Result<Self> {
///
/// Ok(Self {
Expand Down

0 comments on commit b377942

Please sign in to comment.