edit description of issue d3a705245bd69aa56524b80b5ae0bc26
This commit is contained in:
parent
1a6fbdb17e
commit
a23a69f36b
1 changed files with 5 additions and 1 deletions
|
|
@ -1 +1,5 @@
|
|||
move issues database type to issues.rs
|
||||
move IssuesDatabase out of binary and into library
|
||||
|
||||
currently the IssuesDatabase type lives in the binary application, which makes it impossible to use with other applications.
|
||||
|
||||
since the IssuesDatabase type is needed for some of the git management related to the storage of issues, it should exist as part of the library
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue