Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion CODING_GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pub use thing_three::*;
Later we can import `red-bank` module things with one line:

```rust
use mars_red_bank_types::red_bank::*;
use mars_types::red_bank::*;
```

## API & Design
Expand Down
Loading