You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file exec.rs exceeds 1000 LoC. Clearly some refactoring is due.
One idea is to turn exec into a subfolder with a mod.rs, and putting each of the structs into their own source files.
The mod.rs can contain begin and other relevant functions.
The text was updated successfully, but these errors were encountered:
The file
exec.rs
exceeds 1000 LoC. Clearly some refactoring is due.One idea is to turn
exec
into a subfolder with amod.rs
, and putting each of the structs into their own source files.The
mod.rs
can containbegin
and other relevant functions.The text was updated successfully, but these errors were encountered: