You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error out if glob passed to Tera::new starts with ./
This is because globwalk always returns an empty list in that
case, which is likely not what users expect.
The corresponding issue in globwalk is
Gilnaa/globwalk#28.
See Keats#574 for more discussion.
0 commit comments