Skip to content

Commit

Permalink
chore: clean up old todos
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Jan 22, 2025
1 parent 50fbd22 commit fdaee8d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,7 @@ mutable struct Lifetime

Lifetime() = new([], Threads.SpinLock(), [], Threads.SpinLock(), false)
end
# TODO: Need a way to trip the lifetime, so that refs
# can't be used outside!

# When borrow checker is disabled, in(x, ::NoLifetime) just returns x
struct NoLifetime end

"""
Expand Down

0 comments on commit fdaee8d

Please sign in to comment.