Skip to content

Commit

Permalink
#1 todo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 4, 2022
1 parent f7f8e1e commit 769ab71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

// @todo #1:30min For some weird reason, if I enable this check,
// the build fails due to many warnings in the code about
// "unused" methods. Let's find the reason and uncomment this line.
// #![deny(warnings)]

mod sot;
Expand Down

1 comment on commit 769ab71

@0pdd
Copy link

@0pdd 0pdd commented on 769ab71 Oct 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1-3b40c6f3 discovered in src/lib.rs) and submitted as #3. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.