Skip to content

Commit

Permalink
🐛 fix: lol
Browse files Browse the repository at this point in the history
Signed-off-by: Pauline <[email protected]>
  • Loading branch information
pauliesnug committed Dec 5, 2024
1 parent 4747cf0 commit d5f5cb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*.sig

pkg/
src/

### C ###
# Prerequisites
Expand Down Expand Up @@ -169,7 +168,7 @@ Cargo.lock
# MSVC Windows builds of rustc generate these, which store debugging information

### rust-analyzer ###
# Can be generated by other build systems other than cargo (ex: bazelbuild/rust_rules)
# Can be generated by other build systems other than cargo (ex: bazelbuild/rust_rules)
rust-project.json


Expand Down
3 changes: 3 additions & 0 deletions crates/rust-template/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//! Rust Template for Pulseflow
#![warn(missing_docs, unused_import_braces, missing_debug_implementations)]

0 comments on commit d5f5cb1

Please sign in to comment.