leetcode-rust icon indicating copy to clipboard operation
leetcode-rust copied to clipboard

filter useless snippets when add a problem and rustfmt code

Open whalecold opened this issue 6 years ago • 2 comments

filter useless tag like this:

* Input: 
 * 
 * 1 0 1 0 0
 * 1 0 <font color="red">1 <font color="red">1 1
 * 1 1 <font color="red">1 <font color="red">1 1
 * 1 0 0 1 0
 * 
 * Output: 4
 * 
 */

whalecold avatar Sep 22 '19 03:09 whalecold

I format the two rust file with rustfmt

whalecold avatar Sep 22 '19 03:09 whalecold

Sorry for the late response, the patch looks good to me! could you please resolve the merge conflicts?

aylei avatar Oct 16 '19 06:10 aylei