forked from PLC-lang/rusty
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary unsafe blocks (PLC-lang#1028)
* Remove unneeded unsafe markers in counters.rs This file where refactored in commit 986522e6447e (fixes flanks, timers. changes impl Default to #derived where applicable.) It removes use of raw pointers. However that commit did not remove unsafe markers. We can remove those so people do not get confuse why there is unsafe code as there is none anymore. * Remove unneeded unsafe markers in bistable_functionblocks --------- Co-authored-by: Kari Argillander <[email protected]>
- Loading branch information
Showing
2 changed files
with
35 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters