mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-23 13:10:19 +00:00
7 lines
91 B
Rust
7 lines
91 B
Rust
#![feature(underscore_imports)]
|
|
|
|
mod implementation;
|
|
mod queries;
|
|
mod tests;
|
|
|
|
fn main() {}
|