Skip to content

Commit

Permalink
fak
Browse files Browse the repository at this point in the history
  • Loading branch information
FeliciaAnnKelleyTaylorGV authored Sep 26, 2024
1 parent 0e9d393 commit 8ccb090
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"workbench.editor.defaultBinaryEditor": "jupyter-notebook",
"workbench.editor.enablePreviewFromCodeNavigation": true,
"workbench.editor.enablePreviewFromQuickOpen": true,
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.pinnedTabsOnSeparateRow": true,
"workbench.editor.scrollToSwitchTabs": true
}
3 changes: 1 addition & 2 deletions core/src/programs.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//! Contains traits that programs should implement, including Architecture-agnostic programs and generic programs.
//!
Contains traits that programs should implement, including Architecture-agnostic programs and generic programs.!
//! For runtime and binary size optimizations, program construction should be done at compile time by using `const` types, if possible. This can be done by using `const` generic parameters,
//! or by using a `const` builder. Both methods are described nicely here: https://wapl.es/rust/2022/07/03/const-builder-pattern.html

Expand Down
Empty file.

0 comments on commit 8ccb090

Please sign in to comment.