Skip to content

Commit

Permalink
docs: mark global cassette state as unoptimized
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Jul 18, 2024
1 parent cff2063 commit 21d8b76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/cassette-core/src/cassette.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ impl<Component> Borrow<Uuid> for Cassette<Component> {
#[derive(Clone, Debug, PartialEq)]
pub struct CassetteState {
cassette: Cassette,
// FIXME: cache unchanged task outputs
root: UseStateHandle<RootCassetteState>,
}

Expand Down

0 comments on commit 21d8b76

Please sign in to comment.