fix: resolve CI linting and type checking errors
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
// Library code for {{ project_name }}
|
// Library code for {{ project_name }}.
|
||||||
// Generated from GitHub Issue #{{ issue_number }}
|
// Generated from GitHub Issue #{{ issue_number }}
|
||||||
|
|
||||||
{% for item in todo_items %}
|
// {% for item in todo_items %}
|
||||||
// TODO #{{ loop.index }}: {{ item }}
|
// TODO #{{ loop.index }}: {{ item }}
|
||||||
{% endfor %}
|
// {% endfor %}
|
||||||
|
|
||||||
pub fn helper_function() {
|
|
||||||
// TODO: Implement
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user