fix: resolve CI linting and type checking errors
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-04 05:58:17 +00:00
parent 607b54df19
commit de9786f998

View File

@@ -1,10 +1,9 @@
// Main entry point for {{ project_name }}
// Main entry point for {{ project_name }}.
// Generated from GitHub Issue #{{ issue_number }}: {{ issue_title }}
// URL: {{ issue_url }}
{% for item in todo_items %}
// {% for item in todo_items %}
// TODO #{{ loop.index }}: {{ item }}
{% endfor %}
// {% endfor %}
fn main() {
println!("{{ project_name }} is running");