Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant return statements for NULL_FUTURE
Simplified the code by eliminating unnecessary `return` keywords before `NULL_FUTURE`. This improves code readability and aligns with Rust's idiomatic style for returning expressions. No functional changes were introduced.
- Loading branch information